From: Jonathan Dieter Date: Wed, 11 Jul 2018 14:54:55 +0000 (+0100) Subject: Fix errors in format definition X-Git-Tag: archive/raspbian/1.1.9+ds1-1+rpi1~1^2~196 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=ad6b7e24a3f08b41e105158debd47a1100fdbe85;p=zchunk.git Fix errors in format definition Signed-off-by: Jonathan Dieter --- diff --git a/zchunk_format.txt b/zchunk_format.txt index 17deaa4..ada1e7e 100644 --- a/zchunk_format.txt +++ b/zchunk_format.txt @@ -35,7 +35,7 @@ Header size: Header checksum This is the checksum of everything from the beginning of the file - until the end of the index, ignoring the header checksum. + until the end of the signatures, ignoring the header checksum. The preface: @@ -44,7 +44,7 @@ The preface: +===============+-+-+-+-+========================+ Data checksum - This is the checksum of everything after the index, including the + This is the checksum of everything after the header, including the compressed dict and all the compressed chunks. This checksum is generated using the overall checksum type, *not* the chunk checksum type.